Accusoft.FormFix5.Net
Upgrading from FormFix 4 to FormFix 5

This section describes how to upgrade from FormFix 4 to FormFix 5. While generally you'll be able to replace FormFix 4 with FormFix 5, there are a few important changes you may need to consider. This section provides information about those changes.

Changes and New Properties/Methods

FormFix 5 introduces changes to its API as described in this section.

The following is a guide to make the upgrade as smooth as possible.

Required Changes

Licensing

Accusoft.FormFix.Licensing.LicenseEdition property

Removal of Previously Deprecated Items

Recommended Changes

Image Transfer

There are several different ways to import and export image data into the FormFix class. In V5, we have provided new interfaces for image transfer between ScanFix Xpress and other applicable Accusoft components. These new methods are recommended for their ease of use and to prevent memory leaks.

Export

void FormImage.CopyTo(System.Object Destination);
void FormImage.TransferTo(System.Object Destination);

Import

Importing image data to a FormImage object is achieved by passing a FormImage object as the input of the same export methods called by another Accusoft object.

The FormImage object has to be instantiated before being passed in.

New OMR

FormFix 5 introduces changes to the API's functioning as described in this section.

New OMR Processing Mechanism

Deprecated

As part of the change for the new OMR mechanism, the following have been deprecated:

 

If you encounter any porting issues, please contact support@accusoft.com for assistance.

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback